ActivateCaseModel (Deprecated) |
This Web Service operation is used to activate a case model which is in DEACTIVATED status. ActivateCaseModel is a part of the CaseModelAdministration Web Service interface whose namespace is http://schemas.cordys.com/casemanagement/modeladministration/1.0
Note: The use of this method is deprecated. Case models must be activated only by deploying or undeploying the related application packages. Therefore, applications built on Process Platform must not directly consider to update the deployed content. If applications update the deployed content directly, it will result in issues when the related packages are upgraded or uninstalled. |
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <ActivateCaseModel xmlns="http://schemas.cordys.com/casemanagement/modeladministration/1.0"> <model name="/HospitalManagment/case/HealthCheck" space="organization"/> </ActivateCaseModel> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Parameter |
Required |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|---|
name |
Mandatory |
Refers to the fully qualified name of the case model. |
String |
|
space |
Mandatory |
Refers to the runtime space where the case model is deployed. |
String |
|
SOAP Response
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <ActivateCaseModelResponse xmlns="http://schemas.cordys.com/casemanagement/modeladministration/1.0"> <model name="/HospitalManagment/case/HealthCheck" status="ACTIVE"/> </ActivateCaseModelResponse> </SOAP:Body> </SOAP:Envelope>
Response Parameters
Parameter |
Description |
---|---|
name |
Refers to the fully qualified name of the case model. |
status |
Indicates the current status of the case model. |